﻿2026-07-19T15:16:01.1967282Z ##[group]Run set -euo pipefail
2026-07-19T15:16:01.1967601Z [36;1mset -euo pipefail[0m
2026-07-19T15:16:01.1967824Z [36;1mPIN=0c95435[0m
2026-07-19T15:16:01.1968034Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-19T15:16:01.1968288Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-19T15:16:01.1968622Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-19T15:16:01.1969156Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-19T15:16:01.1969581Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-19T15:16:01.1970100Z [36;1m  rm -rf "$CACHE"[0m
2026-07-19T15:16:01.1970329Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-19T15:16:01.1970601Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-19T15:16:01.1970911Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-19T15:16:01.1971254Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-19T15:16:01.1971510Z [36;1mfi[0m
2026-07-19T15:16:01.1971781Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-19T15:16:01.1985491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-19T15:16:01.1985787Z env:
2026-07-19T15:16:01.1985982Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-19T15:16:01.1986226Z ##[endgroup]
2026-07-19T15:16:01.4890298Z    Compiling proc-macro2 v1.0.106
2026-07-19T15:16:01.4890765Z    Compiling quote v1.0.45
2026-07-19T15:16:01.4891059Z    Compiling unicode-ident v1.0.24
2026-07-19T15:16:01.4891453Z    Compiling libc v0.2.186
2026-07-19T15:16:01.4891710Z    Compiling serde_core v1.0.228
2026-07-19T15:16:01.4892006Z    Compiling cfg-if v1.0.4
2026-07-19T15:16:01.4892254Z    Compiling serde v1.0.228
2026-07-19T15:16:01.4930651Z    Compiling log v0.4.32
2026-07-19T15:16:01.4957881Z    Compiling pin-project-lite v0.2.17
2026-07-19T15:16:01.5024805Z    Compiling typenum v1.20.1
2026-07-19T15:16:01.5058898Z    Compiling portable-atomic v1.13.1
2026-07-19T15:16:01.5117017Z    Compiling version_check v0.9.5
2026-07-19T15:16:01.5156778Z    Compiling memchr v2.8.1
2026-07-19T15:16:01.5214421Z    Compiling shlex v2.0.1
2026-07-19T15:16:01.5215938Z    Compiling find-msvc-tools v0.1.9
2026-07-19T15:16:01.5499719Z    Compiling critical-section v1.2.0
2026-07-19T15:16:01.5791420Z    Compiling futures-core v0.3.32
2026-07-19T15:16:01.5898157Z    Compiling subtle v2.6.1
2026-07-19T15:16:01.6291797Z    Compiling bytes v1.11.1
2026-07-19T15:16:01.7517538Z    Compiling smallvec v1.15.1
2026-07-19T15:16:01.7561484Z    Compiling equivalent v1.0.2
2026-07-19T15:16:01.7657247Z    Compiling itoa v1.0.18
2026-07-19T15:16:01.7733839Z    Compiling semver v1.0.28
2026-07-19T15:16:01.7758561Z    Compiling stable_deref_trait v1.2.1
2026-07-19T15:16:01.8240286Z    Compiling futures-sink v0.3.32
2026-07-19T15:16:01.8455721Z    Compiling futures-io v0.3.32
2026-07-19T15:16:01.8457242Z    Compiling slab v0.4.12
2026-07-19T15:16:01.8621138Z    Compiling futures-task v0.3.32
2026-07-19T15:16:01.8781129Z    Compiling generic-array v0.14.7
2026-07-19T15:16:01.9151410Z    Compiling futures-channel v0.3.32
2026-07-19T15:16:01.9850124Z    Compiling rand_core v0.10.1
2026-07-19T15:16:01.9851746Z    Compiling rustversion v1.0.22
2026-07-19T15:16:02.0171607Z    Compiling hashbrown v0.17.1
2026-07-19T15:16:02.0682213Z    Compiling bitflags v2.12.1
2026-07-19T15:16:02.0852144Z    Compiling rustc_version v0.4.1
2026-07-19T15:16:02.1051331Z    Compiling getrandom v0.4.2
2026-07-19T15:16:02.1120939Z    Compiling cpufeatures v0.2.17
2026-07-19T15:16:02.1679914Z    Compiling fnv v1.0.7
2026-07-19T15:16:02.1751653Z    Compiling strsim v0.11.1
2026-07-19T15:16:02.2237571Z    Compiling cfg_aliases v0.2.1
2026-07-19T15:16:02.2390553Z    Compiling writeable v0.6.3
2026-07-19T15:16:02.2531924Z    Compiling litemap v0.8.2
2026-07-19T15:16:02.3100854Z    Compiling utf8_iter v1.0.4
2026-07-19T15:16:02.3460982Z    Compiling icu_normalizer_data v2.2.0
2026-07-19T15:16:02.3930390Z    Compiling icu_properties_data v2.2.0
2026-07-19T15:16:02.4318688Z    Compiling ident_case v1.0.1
2026-07-19T15:16:02.4361691Z    Compiling dunce v1.0.5
2026-07-19T15:16:02.4751463Z    Compiling fs_extra v1.3.0
2026-07-19T15:16:02.4881307Z    Compiling percent-encoding v2.3.2
2026-07-19T15:16:02.5141883Z    Compiling autocfg v1.5.1
2026-07-19T15:16:02.5320889Z    Compiling http v1.4.1
2026-07-19T15:16:02.6719398Z    Compiling aws-lc-rs v1.17.0
2026-07-19T15:16:02.7450823Z    Compiling cpufeatures v0.3.0
2026-07-19T15:16:02.7451558Z    Compiling thiserror v2.0.18
2026-07-19T15:16:02.8025910Z    Compiling syn v2.0.117
2026-07-19T15:16:02.8086641Z    Compiling indexmap v2.14.0
2026-07-19T15:16:02.8093736Z    Compiling unicode-segmentation v1.13.3
2026-07-19T15:16:02.8094524Z    Compiling scopeguard v1.2.0
2026-07-19T15:16:02.8443948Z    Compiling chacha20 v0.10.0
2026-07-19T15:16:02.8681225Z    Compiling form_urlencoded v1.2.2
2026-07-19T15:16:02.8807913Z    Compiling lock_api v0.4.14
2026-07-19T15:16:02.8894174Z    Compiling untrusted v0.9.0
2026-07-19T15:16:02.9526269Z    Compiling heck v0.5.0
2026-07-19T15:16:02.9910779Z    Compiling rustls v0.23.40
2026-07-19T15:16:03.0064859Z    Compiling unicode-xid v0.2.6
2026-07-19T15:16:03.0100938Z    Compiling anyhow v1.0.102
2026-07-19T15:16:03.0434478Z    Compiling atomic-waker v1.1.2
2026-07-19T15:16:03.1058810Z    Compiling const-oid v0.10.2
2026-07-19T15:16:03.1436535Z    Compiling zerocopy v0.8.50
2026-07-19T15:16:03.1661170Z    Compiling parking_lot_core v0.9.12
2026-07-19T15:16:03.1801109Z    Compiling httparse v1.10.1
2026-07-19T15:16:03.1902626Z    Compiling paste v1.0.15
2026-07-19T15:16:03.2255436Z    Compiling num-traits v0.2.19
2026-07-19T15:16:03.2323463Z    Compiling hybrid-array v0.4.12
2026-07-19T15:16:03.3140017Z    Compiling convert_case v0.10.0
2026-07-19T15:16:03.3731245Z    Compiling jobserver v0.1.34
2026-07-19T15:16:03.4380518Z    Compiling curve25519-dalek v4.1.3
2026-07-19T15:16:03.4530478Z    Compiling ahash v0.8.12
2026-07-19T15:16:03.4620791Z    Compiling fastrand v2.4.1
2026-07-19T15:16:03.4941420Z    Compiling powerfmt v0.2.0
2026-07-19T15:16:03.5384264Z    Compiling either v1.16.0
2026-07-19T15:16:03.5671379Z    Compiling base64ct v1.8.3
2026-07-19T15:16:03.6439248Z    Compiling http-body v1.0.1
2026-07-19T15:16:03.6496952Z    Compiling cc v1.2.63
2026-07-19T15:16:03.6872482Z    Compiling deranged v0.5.8
2026-07-19T15:16:03.7670281Z    Compiling crypto-common v0.1.7
2026-07-19T15:16:03.7702931Z    Compiling block-buffer v0.10.4
2026-07-19T15:16:03.8179291Z    Compiling tinyvec_macros v0.1.1
2026-07-19T15:16:03.8631052Z    Compiling pem-rfc7468 v1.0.0
2026-07-19T15:16:03.8769316Z    Compiling vcpkg v0.2.15
2026-07-19T15:16:03.8770118Z    Compiling tower-service v0.3.3
2026-07-19T15:16:03.9040845Z    Compiling digest v0.10.7
2026-07-19T15:16:03.9110864Z    Compiling try-lock v0.2.5
2026-07-19T15:16:03.9306500Z    Compiling time-core v0.1.8
2026-07-19T15:16:03.9457509Z    Compiling base64 v0.22.1
2026-07-19T15:16:04.0150812Z    Compiling mio v1.2.1
2026-07-19T15:16:04.0631945Z    Compiling socket2 v0.6.4
2026-07-19T15:16:04.0875219Z    Compiling getrandom v0.2.17
2026-07-19T15:16:04.1710879Z    Compiling pkg-config v0.3.33
2026-07-19T15:16:04.2220720Z    Compiling num-conv v0.2.2
2026-07-19T15:16:04.2969876Z    Compiling rand_core v0.6.4
2026-07-19T15:16:04.3090851Z    Compiling zmij v1.0.21
2026-07-19T15:16:04.3159756Z    Compiling data-encoding v2.11.0
2026-07-19T15:16:04.4006284Z    Compiling rand v0.10.1
2026-07-19T15:16:04.4096663Z    Compiling uuid v1.23.2
2026-07-19T15:16:04.4222363Z    Compiling parking_lot v0.12.5
2026-07-19T15:16:04.5030888Z    Compiling sha2 v0.10.9
2026-07-19T15:16:04.5237298Z    Compiling want v0.3.1
2026-07-19T15:16:04.6879454Z    Compiling tinyvec v1.11.0
2026-07-19T15:16:04.7350422Z    Compiling crypto-common v0.2.2
2026-07-19T15:16:04.8200741Z    Compiling block-buffer v0.12.0
2026-07-19T15:16:04.8480691Z    Compiling inout v0.1.4
2026-07-19T15:16:04.8980834Z    Compiling vergen-lib v9.1.0
2026-07-19T15:16:04.9601024Z    Compiling cmake v0.1.58
2026-07-19T15:16:04.9647143Z    Compiling n0-future v0.3.2
2026-07-19T15:16:04.9657258Z    Compiling winnow v1.0.3
2026-07-19T15:16:04.9811363Z    Compiling httpdate v1.0.3
2026-07-19T15:16:05.0346771Z    Compiling parking v2.2.1
2026-07-19T15:16:05.0450775Z    Compiling spin v0.10.0
2026-07-19T15:16:05.1388078Z    Compiling signature v2.2.0
2026-07-19T15:16:05.1477913Z    Compiling serde_json v1.0.150
2026-07-19T15:16:05.1882692Z    Compiling diatomic-waker v0.2.3
2026-07-19T15:16:05.1953514Z    Compiling crossbeam-utils v0.8.21
2026-07-19T15:16:05.1957606Z    Compiling cordyceps v0.3.4
2026-07-19T15:16:05.2682702Z    Compiling ed25519 v2.2.3
2026-07-19T15:16:05.2881656Z    Compiling futures-lite v2.6.1
2026-07-19T15:16:05.3179180Z    Compiling cipher v0.4.4
2026-07-19T15:16:05.3472349Z    Compiling netlink-packet-core v0.8.1
2026-07-19T15:16:05.3543098Z    Compiling universal-hash v0.5.1
2026-07-19T15:16:05.4780632Z    Compiling vergen-lib v0.1.6
2026-07-19T15:16:05.4841393Z    Compiling futures-buffered v0.2.13
2026-07-19T15:16:05.4881204Z    Compiling vergen v9.1.0
2026-07-19T15:16:05.5010712Z    Compiling heapless v0.7.17
2026-07-19T15:16:05.5022928Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-19T15:16:05.5491437Z    Compiling noq-udp v0.10.0
2026-07-19T15:16:05.5591328Z    Compiling sync_wrapper v1.0.2
2026-07-19T15:16:05.6340819Z    Compiling opaque-debug v0.3.1
2026-07-19T15:16:05.6531408Z    Compiling allocator-api2 v0.2.21
2026-07-19T15:16:05.6561393Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-19T15:16:05.6739739Z    Compiling byteorder v1.5.0
2026-07-19T15:16:05.7014988Z    Compiling digest v0.11.3
2026-07-19T15:16:05.7123151Z    Compiling polyval v0.6.2
2026-07-19T15:16:05.7881000Z    Compiling spin v0.9.8
2026-07-19T15:16:05.8510741Z    Compiling aws-lc-sys v0.41.0
2026-07-19T15:16:05.8661452Z    Compiling ring v0.17.14
2026-07-19T15:16:05.8930655Z    Compiling libsqlite3-sys v0.30.1
2026-07-19T15:16:05.9079718Z    Compiling hash32 v0.2.1
2026-07-19T15:16:05.9210612Z    Compiling vergen-gitcl v1.0.8
2026-07-19T15:16:05.9693207Z    Compiling ryu v1.0.23
2026-07-19T15:16:05.9859975Z    Compiling signature v3.0.0
2026-07-19T15:16:05.9941953Z    Compiling tower-layer v0.3.3
2026-07-19T15:16:06.0993548Z    Compiling fallible-iterator v0.3.0
2026-07-19T15:16:06.1007547Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-19T15:16:06.1931394Z    Compiling num_threads v0.1.7
2026-07-19T15:16:06.2180259Z    Compiling ghash v0.5.1
2026-07-19T15:16:06.2181861Z    Compiling sha2 v0.11.0-rc.5
2026-07-19T15:16:06.2384770Z    Compiling aes v0.8.4
2026-07-19T15:16:06.3079343Z    Compiling time v0.3.47
2026-07-19T15:16:06.3217642Z    Compiling ctr v0.9.2
2026-07-19T15:16:06.3301007Z    Compiling fs2 v0.4.3
2026-07-19T15:16:06.4725679Z    Compiling aead v0.5.2
2026-07-19T15:16:06.4990717Z    Compiling http-body-util v0.1.3
2026-07-19T15:16:06.5084617Z    Compiling openssl-probe v0.2.1
2026-07-19T15:16:06.5155887Z    Compiling utf8parse v0.2.2
2026-07-19T15:16:06.5497818Z    Compiling arrayvec v0.7.6
2026-07-19T15:16:06.5875399Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-19T15:16:06.6073739Z    Compiling crossbeam-epoch v0.9.18
2026-07-19T15:16:06.6885826Z    Compiling crossbeam-channel v0.5.15
2026-07-19T15:16:06.7240637Z    Compiling blake3 v1.8.5
2026-07-19T15:16:06.7684814Z    Compiling netlink-packet-route v0.29.0
2026-07-19T15:16:06.7948545Z    Compiling memoffset v0.6.5
2026-07-19T15:16:06.9289732Z    Compiling aes-gcm v0.10.3
2026-07-19T15:16:06.9709308Z    Compiling acto v0.8.2
2026-07-19T15:16:07.0091210Z    Compiling netwatch v0.16.0
2026-07-19T15:16:07.0561465Z    Compiling noq v0.18.0
2026-07-19T15:16:07.0800618Z    Compiling rustix v1.1.4
2026-07-19T15:16:07.1026953Z    Compiling rustc-hash v2.1.2
2026-07-19T15:16:07.1667287Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-19T15:16:07.2152174Z    Compiling lru-slab v0.1.2
2026-07-19T15:16:07.2285593Z    Compiling sorted-index-buffer v0.2.1
2026-07-19T15:16:07.2811505Z    Compiling foldhash v0.2.0
2026-07-19T15:16:07.3467133Z    Compiling identity-hash v0.1.0
2026-07-19T15:16:07.3680956Z    Compiling xml-rs v0.8.28
2026-07-19T15:16:07.3821676Z    Compiling tagptr v0.2.0
2026-07-19T15:16:07.4203354Z    Compiling mac-addr v0.3.0
2026-07-19T15:16:07.4382337Z    Compiling thiserror v1.0.69
2026-07-19T15:16:07.4584406Z    Compiling ref-cast v1.0.25
2026-07-19T15:16:07.5270856Z    Compiling hashbrown v0.16.1
2026-07-19T15:16:07.7349081Z    Compiling netlink-packet-route v0.30.0
2026-07-19T15:16:07.7567726Z    Compiling ioctl-rs v0.1.6
2026-07-19T15:16:07.7857697Z    Compiling serial-core v0.4.0
2026-07-19T15:16:07.8471398Z    Compiling errno v0.3.14
2026-07-19T15:16:07.8751333Z    Compiling termios v0.2.2
2026-07-19T15:16:07.9573748Z    Compiling simple-dns v0.9.3
2026-07-19T15:16:07.9923066Z    Compiling aho-corasick v1.1.4
2026-07-19T15:16:08.0068867Z    Compiling simdutf8 v0.1.5
2026-07-19T15:16:08.1862190Z    Compiling synstructure v0.13.2
2026-07-19T15:16:08.3000434Z    Compiling darling_core v0.20.11
2026-07-19T15:16:08.4169746Z    Compiling proc-macro-crate v3.5.0
2026-07-19T15:16:08.4285058Z    Compiling xmltree v0.10.3
2026-07-19T15:16:08.6353867Z    Compiling serde_derive_internals v0.29.1
2026-07-19T15:16:08.6538711Z    Compiling sha1_smol v1.0.1
2026-07-19T15:16:08.7441486Z    Compiling winnow v0.7.15
2026-07-19T15:16:08.7549577Z    Compiling signal-hook v0.3.18
2026-07-19T15:16:08.8794059Z    Compiling resolv-conf v0.7.6
2026-07-19T15:16:08.8881417Z    Compiling linux-raw-sys v0.12.1
2026-07-19T15:16:08.9926384Z    Compiling toml_write v0.1.2
2026-07-19T15:16:09.0077184Z    Compiling arrayref v0.3.9
2026-07-19T15:16:09.0230536Z    Compiling smol_str v0.1.24
2026-07-19T15:16:09.0638163Z    Compiling regex-syntax v0.8.10
2026-07-19T15:16:09.2170867Z    Compiling constant_time_eq v0.4.2
2026-07-19T15:16:09.2540655Z    Compiling lru v0.16.4
2026-07-19T15:16:09.4131431Z    Compiling darling_core v0.23.0
2026-07-19T15:16:09.4221939Z    Compiling serial-unix v0.4.0
2026-07-19T15:16:09.6267155Z    Compiling signal-hook-registry v1.4.8
2026-07-19T15:16:09.7688419Z    Compiling serde_bytes v0.11.19
2026-07-19T15:16:09.9868152Z    Compiling serde_derive v1.0.228
2026-07-19T15:16:09.9975780Z    Compiling zeroize_derive v1.4.3
2026-07-19T15:16:10.0061678Z    Compiling tokio-macros v2.7.0
2026-07-19T15:16:10.0760689Z    Compiling zerofrom-derive v0.1.7
2026-07-19T15:16:10.4341196Z    Compiling futures-macro v0.3.32
2026-07-19T15:16:10.5473512Z    Compiling zeroize v1.8.2
2026-07-19T15:16:10.6816380Z    Compiling tokio v1.52.3
2026-07-19T15:16:10.7347909Z    Compiling yoke-derive v0.8.2
2026-07-19T15:16:11.0626016Z    Compiling zerovec-derive v0.11.3
2026-07-19T15:16:11.1810884Z    Compiling displaydoc v0.2.6
2026-07-19T15:16:11.3459802Z    Compiling tracing-attributes v0.1.31
2026-07-19T15:16:11.3746202Z    Compiling futures-util v0.3.32
2026-07-19T15:16:11.4171011Z    Compiling zerofrom v0.1.8
2026-07-19T15:16:11.4327601Z    Compiling rustls-pki-types v1.14.1
2026-07-19T15:16:11.5411111Z    Compiling thiserror-impl v2.0.18
2026-07-19T15:16:11.9606814Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-19T15:16:11.9937664Z    Compiling yoke v0.8.3
2026-07-19T15:16:12.1895851Z    Compiling zerotrie v0.2.4
2026-07-19T15:16:12.5220762Z    Compiling zerovec v0.11.6
2026-07-19T15:16:12.5430795Z    Compiling darling_macro v0.20.11
2026-07-19T15:16:12.5640930Z    Compiling derive_more-impl v2.1.1
2026-07-19T15:16:12.8392866Z    Compiling darling v0.20.11
2026-07-19T15:16:12.8852515Z    Compiling n0-error-macros v0.1.3
2026-07-19T15:16:12.9080713Z    Compiling derive_builder_core v0.20.2
2026-07-19T15:16:12.9154962Z    Compiling spez v0.1.2
2026-07-19T15:16:13.2201033Z    Compiling der v0.8.0-rc.10
2026-07-19T15:16:13.2440557Z    Compiling pin-project-internal v1.1.13
2026-07-19T15:16:13.2549682Z    Compiling cobs v0.3.0
2026-07-19T15:16:13.3309626Z    Compiling tinystr v0.8.3
2026-07-19T15:16:13.4434903Z    Compiling potential_utf v0.1.5
2026-07-19T15:16:13.5420617Z    Compiling icu_locale_core v2.2.0
2026-07-19T15:16:13.5855044Z    Compiling icu_collections v2.2.0
2026-07-19T15:16:13.9980401Z    Compiling n0-error v0.1.3
2026-07-19T15:16:14.1691498Z    Compiling derive_builder_macro v0.20.2
2026-07-19T15:16:14.3366493Z    Compiling ed25519-dalek v2.2.0
2026-07-19T15:16:14.3501047Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-19T15:16:14.4629065Z    Compiling derive_builder v0.20.2
2026-07-19T15:16:14.5998752Z    Compiling pin-project v1.1.13
2026-07-19T15:16:14.6626906Z    Compiling spki v0.8.0-rc.4
2026-07-19T15:16:14.6696720Z    Compiling spt-proto v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-19T15:16:14.7741048Z    Compiling icu_provider v2.2.0
2026-07-19T15:16:14.8490888Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-19T15:16:14.9495651Z    Compiling ipnet v2.12.0
2026-07-19T15:16:14.9980467Z    Compiling futures-executor v0.3.32
2026-07-19T15:16:15.0149834Z    Compiling ed25519 v3.0.0-rc.4
2026-07-19T15:16:15.1879866Z    Compiling icu_properties v2.2.0
2026-07-19T15:16:15.2196655Z    Compiling icu_normalizer v2.2.0
2026-07-19T15:16:15.2434593Z    Compiling futures v0.3.32
2026-07-19T15:16:15.4447809Z    Compiling prefix-trie v0.8.4
2026-07-19T15:16:15.4451024Z    Compiling postcard-derive v0.2.2
2026-07-19T15:16:15.6820670Z    Compiling once_cell v1.21.4
2026-07-19T15:16:15.7456463Z    Compiling data-encoding-macro v0.1.20
2026-07-19T15:16:15.8094757Z    Compiling rustls-native-certs v0.8.4
2026-07-19T15:16:15.9651412Z    Compiling tracing-core v0.1.36
2026-07-19T15:16:16.0281023Z    Compiling postcard v1.1.3
2026-07-19T15:16:16.1191513Z    Compiling num_enum_derive v0.7.6
2026-07-19T15:16:16.1340208Z    Compiling hashbrown v0.14.5
2026-07-19T15:16:16.1611150Z    Compiling iroh-metrics-derive v0.4.1
2026-07-19T15:16:16.2460816Z    Compiling enum-assoc v1.3.0
2026-07-19T15:16:16.2610542Z    Compiling strum_macros v0.28.0
2026-07-19T15:16:16.5291390Z    Compiling tracing v0.1.44
2026-07-19T15:16:16.5633938Z    Compiling async-trait v0.1.89
2026-07-19T15:16:16.7592926Z    Compiling idna_adapter v1.2.2
2026-07-19T15:16:16.7693844Z    Compiling iroh-relay v0.98.0
2026-07-19T15:16:16.8921164Z    Compiling idna v1.1.0
2026-07-19T15:16:16.8990814Z    Compiling derive_more v2.1.1
2026-07-19T15:16:16.9541344Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-19T15:16:17.1350397Z    Compiling tokio-util v0.7.18
2026-07-19T15:16:17.1445531Z    Compiling hashlink v0.9.1
2026-07-19T15:16:17.1611894Z    Compiling netlink-sys v0.8.8
2026-07-19T15:16:17.1848433Z    Compiling tower v0.5.3
2026-07-19T15:16:17.2002961Z    Compiling iroh-metrics v0.38.3
2026-07-19T15:16:17.2883034Z    Compiling moka v0.12.15
2026-07-19T15:16:17.3604803Z    Compiling num_enum v0.7.6
2026-07-19T15:16:17.4830364Z    Compiling url v2.5.8
2026-07-19T15:16:17.5020669Z    Compiling netdev v0.42.0
2026-07-19T15:16:17.5111087Z    Compiling netlink-proto v0.12.0
2026-07-19T15:16:17.5551211Z    Compiling toml_datetime v0.6.11
2026-07-19T15:16:17.6011146Z    Compiling rusqlite v0.32.1
2026-07-19T15:16:17.6091218Z    Compiling serde_spanned v0.6.9
2026-07-19T15:16:17.7900156Z    Compiling ref-cast-impl v1.0.25
2026-07-19T15:16:17.8186498Z    Compiling thiserror-impl v1.0.69
2026-07-19T15:16:17.8827664Z    Compiling toml_edit v0.22.27
2026-07-19T15:16:18.0211112Z    Compiling webpki-roots v1.0.7
2026-07-19T15:16:18.0571130Z    Compiling regex-automata v0.4.14
2026-07-19T15:16:18.1492810Z    Compiling schemars_derive v1.2.1
2026-07-19T15:16:18.3769694Z    Compiling h2 v0.4.14
2026-07-19T15:16:18.5300607Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-19T15:16:18.6474674Z    Compiling n0-watcher v0.6.1
2026-07-19T15:16:18.7540579Z    Compiling iroh-base v0.98.0
2026-07-19T15:16:18.8850297Z    Compiling tower-http v0.6.11
2026-07-19T15:16:18.9011675Z    Compiling attohttpc v0.30.1
2026-07-19T15:16:19.0468762Z    Compiling spt-store v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-19T15:16:19.0980947Z    Compiling tokio-stream v0.1.18
2026-07-19T15:16:19.3553889Z    Compiling strum v0.28.0
2026-07-19T15:16:19.4755634Z    Compiling iroh-dns v0.98.0
2026-07-19T15:16:19.5771868Z    Compiling hmac v0.12.1
2026-07-19T15:16:19.5842498Z    Compiling seize v0.5.1
2026-07-19T15:16:19.6033075Z    Compiling iroh v0.98.2
2026-07-19T15:16:19.6908526Z    Compiling pin-utils v0.1.0
2026-07-19T15:16:19.7414752Z    Compiling bitflags v1.3.2
2026-07-19T15:16:19.7570535Z    Compiling dyn-clone v1.0.20
2026-07-19T15:16:19.8027465Z    Compiling cmov v0.5.4
2026-07-19T15:16:19.8134636Z    Compiling rustix v0.38.44
2026-07-19T15:16:19.8648213Z    Compiling papaya v0.2.4
2026-07-19T15:16:19.9149853Z    Compiling nix v0.25.1
2026-07-19T15:16:20.0135176Z    Compiling ctutils v0.4.2
2026-07-19T15:16:20.0288152Z    Compiling hkdf v0.12.4
2026-07-19T15:16:20.0579142Z    Compiling filedescriptor v0.8.3
2026-07-19T15:16:20.1931085Z    Compiling backon v1.6.0
2026-07-19T15:16:20.2340585Z    Compiling darling_macro v0.23.0
2026-07-19T15:16:20.2998851Z    Compiling serial v0.4.0
2026-07-19T15:16:20.3261056Z    Compiling schemars v1.2.1
2026-07-19T15:16:20.3673801Z    Compiling anstyle-parse v1.0.0
2026-07-19T15:16:20.4840715Z    Compiling vte_generate_state_changes v0.1.2
2026-07-19T15:16:20.5030859Z    Compiling colorchoice v1.0.5
2026-07-19T15:16:20.5892194Z    Compiling anstyle-query v1.1.5
2026-07-19T15:16:20.5931709Z    Compiling shell-words v1.1.1
2026-07-19T15:16:20.6082517Z    Compiling foldhash v0.1.5
2026-07-19T15:16:20.6650211Z    Compiling toml v0.8.23
2026-07-19T15:16:20.7410622Z    Compiling anstyle v1.0.14
2026-07-19T15:16:20.7441646Z    Compiling is_terminal_polyfill v1.70.2
2026-07-19T15:16:20.7535861Z    Compiling instability v0.3.12
2026-07-19T15:16:20.7808583Z    Compiling downcast-rs v1.2.1
2026-07-19T15:16:20.8191842Z    Compiling linux-raw-sys v0.4.15
2026-07-19T15:16:20.8218103Z    Compiling vte v0.13.1
2026-07-19T15:16:20.8643377Z    Compiling hashbrown v0.15.5
2026-07-19T15:16:20.9530981Z    Compiling darling v0.23.0
2026-07-19T15:16:21.0133589Z    Compiling anstream v1.0.0
2026-07-19T15:16:21.0960540Z    Compiling regex v1.12.3
2026-07-19T15:16:21.1779165Z    Compiling signal-hook-mio v0.2.5
2026-07-19T15:16:21.3370635Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-19T15:16:21.4091069Z    Compiling spake2 v0.4.0
2026-07-19T15:16:21.6590665Z    Compiling terminal_size v0.4.4
2026-07-19T15:16:21.6896371Z    Compiling strum_macros v0.26.4
2026-07-19T15:16:21.7440628Z    Compiling sha1 v0.10.6
2026-07-19T15:16:21.7923289Z    Compiling itertools v0.13.0
2026-07-19T15:16:21.8871400Z    Compiling castaway v0.2.4
2026-07-19T15:16:21.9376282Z    Compiling doctest-file v1.1.1
2026-07-19T15:16:21.9782906Z    Compiling static_assertions v1.1.0
2026-07-19T15:16:22.0285592Z    Compiling indoc v2.0.7
2026-07-19T15:16:22.0440719Z    Compiling clap_lex v1.1.0
2026-07-19T15:16:22.3060669Z    Compiling unicode-width v0.1.14
2026-07-19T15:16:22.3858847Z    Compiling interprocess v2.4.2
2026-07-19T15:16:22.3984771Z    Compiling clap_builder v4.6.0
2026-07-19T15:16:22.6610316Z    Compiling crossterm v0.28.1
2026-07-19T15:16:22.8401092Z    Compiling spt-msg v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-19T15:16:23.0723162Z    Compiling compact_str v0.8.2
2026-07-19T15:16:23.3362715Z    Compiling spt-runtime v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-19T15:16:23.5356108Z    Compiling lru v0.12.5
2026-07-19T15:16:23.6333302Z    Compiling clap_derive v4.6.1
2026-07-19T15:16:23.7770667Z    Compiling unicode-truncate v1.1.0
2026-07-19T15:16:23.8674473Z    Compiling unicode-width v0.2.0
2026-07-19T15:16:23.9055740Z    Compiling portable-pty v0.8.1
2026-07-19T15:16:24.0130190Z    Compiling cassowary v0.3.0
2026-07-19T15:16:24.0445387Z    Compiling strum v0.26.3
2026-07-19T15:16:24.1601975Z    Compiling iana-time-zone v0.1.65
2026-07-19T15:16:24.1687754Z    Compiling nucleo-matcher v0.3.1
2026-07-19T15:16:24.1772400Z    Compiling qrcode v0.14.1
2026-07-19T15:16:24.1841828Z    Compiling tempfile v3.27.0
2026-07-19T15:16:24.3726619Z    Compiling hyper v1.10.1
2026-07-19T15:16:24.5661985Z    Compiling spt-term v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-19T15:16:24.6400675Z    Compiling chrono v0.4.45
2026-07-19T15:16:24.8069104Z    Compiling ratatui v0.29.0
2026-07-19T15:16:25.8605535Z    Compiling clap v4.6.1
2026-07-19T15:16:26.2561027Z    Compiling hyper-util v0.1.20
2026-07-19T15:16:26.9447502Z    Compiling spt-live v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-19T15:16:28.1303302Z    Compiling igd-next v0.17.1
2026-07-19T15:16:29.3509642Z    Compiling portmapper v0.16.0
2026-07-19T15:16:33.5300320Z    Compiling rustls-webpki v0.103.13
2026-07-19T15:16:35.8326342Z    Compiling tokio-rustls v0.26.4
2026-07-19T15:16:35.8326785Z    Compiling rustls-platform-verifier v0.7.0
2026-07-19T15:16:35.8328599Z    Compiling noq-proto v0.17.0
2026-07-19T15:16:35.9819515Z    Compiling hyper-rustls v0.27.9
2026-07-19T15:16:35.9820101Z    Compiling hickory-net v0.26.0-beta.4
2026-07-19T15:16:35.9820649Z    Compiling tokio-websockets v0.13.2
2026-07-19T15:16:36.1100762Z    Compiling reqwest v0.13.4
2026-07-19T15:16:37.0008298Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-19T15:16:50.2310465Z    Compiling spt-net v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-19T15:16:51.7318551Z    Compiling spt-daemon v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-19T15:17:00.7784906Z    Compiling spt v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-19T15:17:05.5217151Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-19T15:17:05.5435154Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4642e723be3fce73)
2026-07-19T15:17:05.5449038Z 
2026-07-19T15:17:05.5450791Z running 1 test
2026-07-19T15:17:11.7399249Z test new_brain_serves_against_old_broker ... ok
2026-07-19T15:17:11.7399583Z 
2026-07-19T15:17:11.7399849Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-19T15:17:11.7400237Z 
